error - [analysis] /turbopack/crates/turbopack-tests/tests/snapshot/basic/ts-parse-error/input/other.ts:2:4  Cannot assign to this
       1 | function x() {
         +     v
       2 +   ;[1, 2] = [1, 2]
         +     ^
       3 | }
       4 | 
       5 | console.log(x());
       6 | 
  
  Parsing ecmascript source code failed
  
  Import trace:
    test:
      ./turbopack/crates/turbopack-tests/tests/snapshot/basic/ts-parse-error/input/other.ts
      ./turbopack/crates/turbopack-tests/tests/snapshot/basic/ts-parse-error/input/index.js